'Declaration Public Class _Map (Of TKey,TValue) Inherits System.Collections.Generic.Dictionary(Of TKey,TValue)
public class _Map<TKey,TValue> : System.Collections.Generic.Dictionary<TKey,TValue>
'Declaration Public Class _Map (Of TKey,TValue) Inherits System.Collections.Generic.Dictionary(Of TKey,TValue)
public class _Map<TKey,TValue> : System.Collections.Generic.Dictionary<TKey,TValue>
System.Object
System.Collections.Generic.Dictionary<TKey,TValue>
GrapeCity.DataVisualization.Chart._Map<TKey,TValue>